EinhugurJWT.EncodingParameters Class
Object for encoding parameters for the encode function in the EinhugurJWT module.
Object
EncodingParameters
class EinhugurJWT.EncodingParameters
Constructors
Properties
Algorithm | Algorithm to use. |
Audience | The audience claim (who is the JWT intended for? Who is the intended JWT's recipient?). |
Expiration | Expiration time claim; specifies when this token should stop being valid (in seconds since Unix epoch). |
IssuedAt | Issued at timestamp claim; specifies when this token was emitted (in seconds since Unix epoch). |
Issuer | The issuer claim (who issued the JWT?). |
JwtId | The JWT ID. Provides a unique identifier for the token. |
NotBefore | The not before time claim specifies when this token should start being valid (in seconds since Unix epoch). |
SecretKey | The secret key to use for signing the token. |
SecretKeyPassword | If the secret key requires password then the password goes in this field. |
Subject | The subject claim (who is the JWT about?) |
Methods
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS